home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Expert / DOSBox / DOSBox0.70-win32-installer.exe / dosbox.conf < prev    next >
Encoding:
INI File  |  2007-03-02  |  6.7 KB  |  193 lines

  1. [sdl]
  2. # fullscreen -- Start dosbox directly in fullscreen.
  3. # fulldouble -- Use double buffering in fullscreen.
  4. # fullresolution -- What resolution to use for fullscreen: original or fixed size (e.g. 1024x768).
  5. # windowresolution -- Scale the window to this size IF the output device supports hardware scaling.
  6. # output -- What to use for output: surface,overlay,opengl,openglnb,ddraw.
  7. # autolock -- Mouse will automatically lock, if you click on the screen.
  8. # sensitiviy -- Mouse sensitivity.
  9. # waitonerror -- Wait before closing the console if dosbox has an error.
  10. # priority -- Priority levels for dosbox: lowest,lower,normal,higher,highest,pause (when not focussed).
  11. #             Second entry behind the comma is for when dosbox is not focused/minimized.
  12. # mapperfile -- File used to load/save the key/event mappings from.
  13. # usescancodes -- Avoid usage of symkeys, might not work on all operating systems.
  14.  
  15. fullscreen=false
  16. fulldouble=false
  17. fullresolution=original
  18. windowresolution=original
  19. output=surface
  20. autolock=true
  21. sensitivity=100
  22. waitonerror=true
  23. priority=higher,normal
  24. mapperfile=mapper.txt
  25. usescancodes=true
  26.  
  27. [dosbox]
  28. # language -- Select another language file.
  29. # memsize -- Amount of memory dosbox has in megabytes.
  30. # machine -- The type of machine tries to emulate:hercules,cga,tandy,pcjr,vga.
  31. # captures -- Directory where things like wave,midi,screenshot get captured.
  32.  
  33. language=
  34. machine=vga
  35. captures=capture
  36. memsize=16
  37.  
  38. [render]
  39. # frameskip -- How many frames dosbox skips before drawing one.
  40. # aspect -- Do aspect correction, if your output method doesn't support scaling this can slow things down!.
  41. # scaler -- Scaler used to enlarge/enhance low resolution modes.
  42. #           Supported are none,normal2x,normal3x,advmame2x,advmame3x,hq2x,hq3x,
  43. #                         2xsai,super2xsai,supereagle,advinterp2x,advinterp3x,
  44. #                         tv2x,tv3x,rgb2x,rgb3x,scan2x,scan3x.
  45.  
  46. frameskip=0
  47. aspect=false
  48. scaler=normal2x
  49.  
  50. [cpu]
  51. # core -- CPU Core used in emulation: normal,simple,dynamic,auto.
  52. #         auto switches from normal to dynamic if appropriate.
  53. # cycles -- Amount of instructions dosbox tries to emulate each millisecond.
  54. #           Setting this value too high results in sound dropouts and lags.
  55. #           You can also let DOSBox guess the correct value by setting it to max.
  56. #           The default setting (auto) switches to max if appropriate.
  57. # cycleup   -- Amount of cycles to increase/decrease with keycombo.
  58. # cycledown    Setting it lower than 100 will be a percentage.
  59.  
  60. core=auto
  61. cycles=auto
  62. cycleup=500
  63. cycledown=20
  64.  
  65. [mixer]
  66. # nosound -- Enable silent mode, sound is still emulated though.
  67. # rate -- Mixer sample rate, setting any devices higher than this will
  68. #         probably lower their sound quality.
  69. # blocksize -- Mixer block size, larger blocks might help sound stuttering
  70. #              but sound will also be more lagged.
  71. # prebuffer -- How many milliseconds of data to keep on top of the blocksize.
  72.  
  73. nosound=false
  74. rate=22050
  75. blocksize=2048
  76. prebuffer=10
  77.  
  78. [midi]
  79. # mpu401      -- Type of MPU-401 to emulate: none, uart or intelligent.
  80. # device      -- Device that will receive the MIDI data from MPU-401.
  81. #                This can be default,alsa,oss,win32,coreaudio,none.
  82. # config      -- Special configuration options for the device. In Windows put
  83. #                the id of the device you want to use. See README for details.
  84.  
  85. mpu401=intelligent
  86. device=default
  87. config=
  88.  
  89. [sblaster]
  90. # sbtype -- Type of sblaster to emulate:none,sb1,sb2,sbpro1,sbpro2,sb16.
  91. # sbbase,irq,dma,hdma -- The IO/IRQ/DMA/High DMA address of the soundblaster.
  92. # mixer -- Allow the soundblaster mixer to modify the dosbox mixer.
  93. # oplmode -- Type of OPL emulation: auto,cms,opl2,dualopl2,opl3.
  94. #            On auto the mode is determined by sblaster type.
  95. #            All OPL modes are 'Adlib', except for CMS.
  96. # oplrate -- Sample rate of OPL music emulation.
  97.  
  98. sbtype=sb16
  99. sbbase=220
  100. irq=7
  101. dma=1
  102. hdma=5
  103. mixer=true
  104. oplmode=auto
  105. oplrate=22050
  106.  
  107. [gus]
  108. # gus -- Enable the Gravis Ultrasound emulation.
  109. # gusbase,irq1,irq2,dma1,dma2 -- The IO/IRQ/DMA addresses of the 
  110. #            Gravis Ultrasound. (Same IRQ's and DMA's are OK.)
  111. # gusrate -- Sample rate of Ultrasound emulation.
  112. # ultradir -- Path to Ultrasound directory.  In this directory
  113. #             there should be a MIDI directory that contains
  114. #             the patch files for GUS playback.  Patch sets used
  115. #             with Timidity should work fine.
  116.  
  117. gus=true
  118. gusrate=22050
  119. gusbase=240
  120. irq1=5
  121. irq2=5
  122. dma1=3
  123. dma2=3
  124. ultradir=C:\ULTRASND
  125.  
  126. [speaker]
  127. # pcspeaker -- Enable PC-Speaker emulation.
  128. # pcrate -- Sample rate of the PC-Speaker sound generation.
  129. # tandy -- Enable Tandy Sound System emulation (off,on,auto).
  130. #          For auto Tandysound emulation is present only if machine is set to tandy.
  131. # tandyrate -- Sample rate of the Tandy 3-Voice generation.
  132. # disney -- Enable Disney Sound Source emulation.
  133.  
  134. pcspeaker=true
  135. pcrate=22050
  136. tandy=auto
  137. tandyrate=22050
  138. disney=true
  139.  
  140. [joystick]
  141. # joysticktype -- Type of joystick to emulate: auto (default), none,
  142. #                 2axis (supports two joysticks), 4axis,
  143. #                 fcs (Thrustmaster), ch (CH Flightstick).
  144. #                 none disables joystick emulation.
  145. #                 auto chooses emulation depending on real joystick(s).
  146. # timed -- enable timed intervals for axis. (false is old style behaviour).
  147. # autofire -- continuously fires as long as you keep the button pressed.
  148. # swap34 -- swap the 3rd and the 4th axis. can be useful for certain joysticks.
  149. # buttonwrap -- enable button wrapping at the number of emulated buttons.
  150.  
  151. joysticktype=auto
  152. timed=true
  153. autofire=false
  154. swap34=false
  155. buttonwrap=true
  156.  
  157. [serial]
  158. # serial1-4 -- set type of device connected to com port.
  159. #              Can be disabled, dummy, modem, nullmodem, directserial.
  160. #              Additional parameters must be in the same line in the form of
  161. #              parameter:value. Parameter for all types is irq.
  162. #              for directserial: realport (required), rxdelay (optional).
  163. #              for modem: listenport (optional).
  164. #              for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
  165. #                             transparent, port, inhsocket (all optional).
  166. #              Example: serial1=modem listenport:5000
  167.  
  168. serial1=dummy
  169. serial2=dummy
  170. serial3=disabled
  171. serial4=disabled
  172.  
  173. [dos]
  174. # xms -- Enable XMS support.
  175. # ems -- Enable EMS support.
  176. # umb -- Enable UMB support.
  177. # keyboardlayout -- Language code of the keyboard layout (or none).
  178.  
  179. xms=true
  180. ems=true
  181. umb=true
  182. keyboardlayout=none
  183.  
  184. [ipx]
  185. # ipx -- Enable ipx over UDP/IP emulation.
  186.  
  187. ipx=false
  188.  
  189. [autoexec]
  190. # Lines in this section will be run at startup.
  191.  
  192.  
  193.